Release 10.1A: OpenEdge Development:
ADM Reference


setExternalJoinList

Sets the ExternalJoinList property (see webrprop.i), a comma-separated list of URL parameters that are needed to join an external table (supplied by the ExternalTables URL parameter) to retrieve data for this request. In report and detail Web objects, this is specified on the External Tables and Objects Page in the QueryBuilder.

Location: webrep.p

Parameters:

INPUT pcExternalJoinList AS CHARACTER

A pipe ( | )-separated list of OF phrases.

Returns: LOGICAL

Notes: None

Examples:

/*This example is from a report web object that is looking for an  
  external table of customer, and will present orders, orderlines and 
  items based on the ExternalJoinlist as shown.*/ 
setExternalJoinList(’Order.CustNum = Customer.CustNum,OF Order,OF 
OrderLine’). 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095